home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00124_Script_Socball Main < prev    next >
Text File  |  1998-09-28  |  230b  |  10 lines

  1. global gb ,gOpning
  2. on MouseDown
  3.   if rollover() <> 18 then exit
  4.   set the mousedownscript = "dontpassevent"
  5.   set gOpning  = empty
  6.   stoponly
  7.   button(gb,the clickon,2,"popmenuSSQ") 
  8.   set the mousedownscript = empty
  9. end
  10.